home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD ROM Paradise Collection 4
/
CD ROM Paradise Collection 4 1995 Nov.iso
/
filutil
/
pa_st270.zip
/
EXAMPLE5.INF
< prev
next >
Wrap
Text File
|
1995-02-01
|
938b
|
19 lines
===============================================================================
========================== ============================
========================== EXAMPLE # 5 ============================
========================== ============================
===============================================================================
THE INPUT FILE: List of acts for a talent agency. This file is 354 characters
wide -- far more than the normal 255 character limit for input
lines.
WHAT WE WANT: Copy the name, phone number and description fields only.
File should be in comma-delimited format.
HOW WE DO IT: (1) We use the SPLIT command to break up the lines.
(2) We use TRIM to remove spaces.
(3) We control parsing with a line counter (named LineCntr).